This is an assignment for you to practice the code and all the work we do in class on a different dataframe. We will assign one of these each week for you to do that encompasses all fo the work we do. We give it out on Monday so you can start early and see how this work.
Make a new Project in RStudio.
Create directories
Create a quarto markdown file and open in
Put this in the top in place of what is there and add your info
---
title: "Grayling in Lake I-8" # Title of the file
author: "YOUR NAME" # who you are
format: # this is the formats that it will render to
html:
default: true
embed-resources: true # makes everything go into the html file
editor: visual # type of editing
project:
execute-dir: project # where it will look for files
execute:
keep-md: true # retains the images when you start again
--- # Load the libraries ----
library(readxl) # allows to read in excel files
library(tidyverse) # provides utilities seen in consolegrayling_lakes_I3_I8.csv as a dataframegrayling_lakes_I3_I8.xlsx as a separate dataframeposition = position_dodge2(width=0.2)